| completion.max_retries | Maximum number of retries if the worklist handler UI fails to send a completion event back to Orchestra. |
| completion.retry_delay | Delay before the next retry if a notification to Orchestra fails. |
| completion.retry_timer_wait | Sleep interval between checks for items that need to be retried. |
| email.body | Body of the generated email. Parameters can be substituted before sending. |
| email.enabled | true: Orchestra sends an email to the recipient of a worklist item (address taken from credential description). |
| email.from | Sender email address for outgoing emails. |
| email.smtphost | Hostname of the SMTP server used to send emails. |
| email.smtpport | TCP port of the SMTP server. |
| email.smtppwd | Password of the SMTP user. |
| email.smtpuser | Username for logging in to the SMTP server. |
| email.subject | Subject of the generated email. Parameters can be substituted before sending. |
| email.usessl | true: Use SSL for the mail connection; otherwise a standard TCP connection is used. |
| enabled | true: Worklist component is active; otherwise inactive. |
| escalation.timer_wait | Interval (ms) for checking escalated work items. |
| language | Language of the worklist UI. Allowed values: en, de. |
| path.ui | Path to the folder containing the web application of the worklist UI. Defaults to a directory relative to the Orchestra installation. |
| server.entry.url | URL embedded in emails linking back to the worklist UI. Example: http://<host>:<port>/humaninteraction. |
| token.expiration | Timeout for how long an external form may send data to the worklist server. After expiration, errors will be raised. |
| ui.title | Caption shown in the worklist UI. Supports $(CURRENTUSER) placeholder. Use \n for line breaks. |
| ui.update.interval | Interval (seconds) at which the worklist UI checks the server for changes (e.g., new or finished items). |
| xslt.transfomer | Fully qualified class name of the XSLT transformer factory. If empty, the default transformer is used. |